Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636038 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/57 - Quiz App/css

styles.css cody/swapnilsparsh/30DaysOfJavaScript/57 - Quiz App/css/styles.css
106 Views
0 Comments
body{
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
color: #1d1d1f;
}

section{
width: 100%;
quiz.css cody/swapnilsparsh/30DaysOfJavaScript/57 - Quiz App/css/quiz.css
119 Views
0 Comments
body{
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
color: #1d1d1f;
}
section nav{
background: #006ddb;
display: flex;
result.css cody/swapnilsparsh/30DaysOfJavaScript/57 - Quiz App/css/result.css
120 Views
0 Comments
body{
background-color: #f5f5f5;
font-family: 'Roboto', sans-serif;
color: #1d1d1f;
}

section{
width: 100%;